From: Paul Eggert Date: Sun, 17 Apr 2022 08:50:59 +0000 (-0700) Subject: * src/filelock.c (Fcreate_lockfiles): Doc string fix. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~16^2~2370^2~475 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=0353c6fd08d20421c96133db54950c00411fb8dc;p=emacs.git * src/filelock.c (Fcreate_lockfiles): Doc string fix. --- diff --git a/src/filelock.c b/src/filelock.c index 8fa86e64eb8..67948e1f099 100644 --- a/src/filelock.c +++ b/src/filelock.c @@ -898,8 +898,8 @@ syms_of_filelock (void) DEFVAR_BOOL ("create-lockfiles", create_lockfiles, doc: /* Non-nil means use lockfiles to avoid editing collisions. -The name of the (per-buffer) lockfile is constructed by prepending a -'.#' to the name of the file being locked. See also `lock-buffer' and +The name of the (per-buffer) lockfile is constructed by prepending +".#" to the name of the file being locked. See also `lock-buffer' and Info node `(emacs)Interlocking'. */); create_lockfiles = true;